[@main]
#IF
checkmonmap rzbattle1 1
#ACT
goto @1
#ELSEACT
goto @2

[@1]
<Room 1 Notice>\
\
Hi, i cannot let you pass until you kill all the monsters.\
\  \
Do you give up?\
\
<Yes i do/@giveup> || <No/@exit>

[@giveup]
#ACT
mapmove 0101

[@2]
#ACT
delnamelist battlesystem/room1.txt
addnamelist battlesystem/room2.txt
goto @nextroom

[@nextroom]
<Room 1 Completed>\
\
Well done on completing the first room, now you may move\
onto the second room of this challange, best of luck!.\
\
<Room 2/@room2> || <Exit/@giveup>

[@room2]
#IF
checkhum rzbattle2 1
#ACT
goto @error
#ELSEACT
monclear rzbattle2
Param1 rzbattle2
Param2 20
Param3 20
MonGen Zombie1 10 10
MonGen Zombie2 10 10
mapmove rzbattle2

[@error]
Please be patient, someone is currently in the next room\
taking the challange!\
\
<Try again/@room2>

